home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / harddisk / elfback / readme < prev   
Encoding:
Text File  |  1995-11-25  |  3.4 KB  |  125 lines

  1.                         *** Contents ***
  2. ELFBACK.PRG - program
  3. ELFBACK.RSC - required by program (user interface)
  4. ELFBACK.INF - used by program (lists of special file extenders)
  5.  
  6. TT_ONLY\ELFBACK.PRG - uses 68030 and 68881 extensions
  7.  
  8. ELFBACK.DOC - user manual
  9. README      - you're looking at it
  10.  
  11.                         *** WARNING! ***
  12.  
  13.      ELFBACK 2.8 requires at least 2 Mbytes RAM and TOS 1.4+.
  14.  
  15.                                ***
  16.  
  17.      Version 2.1 differs from version 2.0 in the following ways:
  18.  
  19. 1)   Fixed touchexit bug in all file select windows.
  20.  
  21. 2)   Switched from 2K to 4K (11 bit to 12 bit) buffer for LZA.  
  22.      Sped up search using HASH table for first byte and self-
  23.      balancing binary search trees thereafter.  (Will still 
  24.      expand old LZA files.)
  25.  
  26. 3)   Replaced RAMdisk; no longer bombs when directory fills up.
  27.  
  28. 4)   Dropped Huffman compression option.  (Will still expand 
  29.      Huffman files.)
  30.  
  31.  
  32.      Version 2.2 differs from 2.1 in the following ways:
  33.  
  34. 1)   Can now format 1.44M (High Density) floppies.
  35.  
  36. 2)   Fixed DMA alignment problems for faster floppy I/O.
  37.  
  38. 3)   Switched from 4K to 16K (12 bit to 14 bit) buffer for LZA.  
  39.      (Not compatible with files created by version 2.1)
  40.  
  41.  
  42.      Version 2.3 differs from 2.2 in the following ways:
  43.  
  44. 1)   Fixed bug in memory manager.
  45.  
  46. 2)   Now ST compatible.
  47.  
  48. 3)   Uses track buffering for better floppy I/O performance.
  49.  
  50.  
  51.      Version 2.4 differs from 2.3 in the following ways:
  52.  
  53. 1)   Fixed bug when file header is bigger than track buffer.
  54.  
  55. 2)   Geneva compatible.
  56.  
  57.  
  58.      Version 2.5 differs from 2.4 in the following ways:
  59.  
  60. 1)   Added VERIFY option.
  61.  
  62. 2)   Preserves bad cluster list on floppy during erase.
  63.  
  64. 3)   Fixed bug in RAM manager.
  65.  
  66.  
  67.      Version 2.6 differs from 2.5 in the following ways:
  68.  
  69. 1)   Improved compression algorithms.
  70.  
  71. 2)   Added ARCHIVE option.  This allows you to backup to any disk 
  72.      drive, and to write archive files larger than will fit into 
  73.      RAM.
  74.  
  75.  
  76.      Version 2.7 differs from 2.6 in the following ways:
  77.  
  78. 1)   Improved the speed of LZA compression.
  79.  
  80. 2)   Changed default extender for archive from BAK to BKP.
  81.  
  82. 3)   Put most menus into windows for better multi-tasking.
  83.  
  84. 4)   Replaced rubberbox file selection with simple mouse drag.
  85.      Dragging the mouse off the edge causes the files to scan 
  86.      down (or up).
  87.  
  88. 5)   Added lists of file extenders (stored in ELFBACK.INF).
  89.      One list is for files to be ignored during backup.
  90.      The other list is for files to be backed up without 
  91.      compression.
  92.  
  93. 6)   Improved error recovery for OUT OF RAM errors.
  94.  
  95. 7)   3D buttons and color icons (with AES 4.0+).
  96.  
  97.  
  98.      Version 2.8 differs from 2.7 in the following ways:
  99.  
  100. 1)   Fixed bug in EXT List (RSC file).
  101.  
  102. 2)   Allows wildcards in extender list.
  103.  
  104. 3)   Multitasks during floppy format.
  105.  
  106.  
  107.  
  108. This program is released as shareware by:
  109.  
  110.                          E.L.F. Software
  111.                        9614 Oregano Circle
  112.                         Houston, TX 77036
  113.                        (713) 271-1776 FAX
  114.  
  115. A payment of $10 would be greatly appreciated and will enable you 
  116. to receive the most recent version.  (Please, no Canadian postal 
  117. orders.)
  118.  
  119. Bug reports or enhancement requests are also solicited.
  120. Internet address is J.KORMYLO@genie.geis.com
  121.  
  122. E.L.F. Software accepts no liability for losses incurred from the 
  123. use of this product.  (Hey, I'm just an out-of-work engineer!)
  124.  
  125.